GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-01T18:22:17.8335258+00:00",
"SubmitDate": "2025-12-01T18:22:17.8335258+00:00",
"ReportPeriodStart": "2025-12-01T18:22:17.8335258+00:00",
"ReportPeriodEnd": "2025-12-01T18:22:17.8335258+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d00366c4-31a7-47b7-b416-46613da3e229",
"Rows": [
{
"ItemId": "16374d7e-1c13-4a31-9de2-c48703e56bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "16374d7e-1c13-4a31-9de2-c48703e56bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d00366c4-31a7-47b7-b416-46613da3e229",
"Rows": [
{
"ItemId": "16374d7e-1c13-4a31-9de2-c48703e56bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "16374d7e-1c13-4a31-9de2-c48703e56bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8bad1a76-7e0b-4afe-a3ec-f883afad91e2",
"40ee63a6-57bf-43f4-9243-4c38a9cb928e"
],
"Approvers": [
"acfd598e-bc80-4e31-8be7-e15c6fe77a20",
"a1fca730-94df-4138-a26f-bc2f61e09456"
],
"ApprovedBy": "110af5e5-62cd-4f52-a614-470e26c74cab",
"ApprovalDate": "2025-12-01T18:22:17.8335258+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f1cabebc-d31a-4c48-9156-1db66d963c3f",
"id": "34ccbd9c-2881-4d0c-a924-23785dc35e95",
"ConfigId": "3a1284a6-7f8d-473a-a62a-c06e1deeca2b"
},
{
"GenerationDate": "2025-12-01T18:22:17.8335258+00:00",
"SubmitDate": "2025-12-01T18:22:17.8335258+00:00",
"ReportPeriodStart": "2025-12-01T18:22:17.8335258+00:00",
"ReportPeriodEnd": "2025-12-01T18:22:17.8335258+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d00366c4-31a7-47b7-b416-46613da3e229",
"Rows": [
{
"ItemId": "16374d7e-1c13-4a31-9de2-c48703e56bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "16374d7e-1c13-4a31-9de2-c48703e56bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d00366c4-31a7-47b7-b416-46613da3e229",
"Rows": [
{
"ItemId": "16374d7e-1c13-4a31-9de2-c48703e56bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "16374d7e-1c13-4a31-9de2-c48703e56bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8bad1a76-7e0b-4afe-a3ec-f883afad91e2",
"40ee63a6-57bf-43f4-9243-4c38a9cb928e"
],
"Approvers": [
"acfd598e-bc80-4e31-8be7-e15c6fe77a20",
"a1fca730-94df-4138-a26f-bc2f61e09456"
],
"ApprovedBy": "110af5e5-62cd-4f52-a614-470e26c74cab",
"ApprovalDate": "2025-12-01T18:22:17.8335258+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f1cabebc-d31a-4c48-9156-1db66d963c3f",
"id": "34ccbd9c-2881-4d0c-a924-23785dc35e95",
"ConfigId": "3a1284a6-7f8d-473a-a62a-c06e1deeca2b"
}
]